INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'e48c9c2f72ea7e4e80599aadb49e7a7fed049f2286469fd58eb2c06241c59a76', 
    'aT408pB80PifimoO1GhQ911or51T9v5O+Oe9TrAwAtA=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00024

Result

int(1)