INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'a553b0f69fc6662eddf0f273795bf5c269deb291b5a79eb002d33a7d64932ac7', 
    'xG/3XjIh+GwfbKz1Mb/6ZMiUh4arl7x629LW4RA/heM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00023

Result

int(1)