INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '72270498437a4392e08750b0de9768cf11921e23e5567d968808df10e8546331', 
    '0IpEt+UDHRmUC5TbQLxmB0uG93x6hpB//wOjDMaZURc=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)